home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / math / symbol65.zip / AMEDIT.BAT < prev    next >
DOS Batch File  |  1996-06-03  |  483b  |  17 lines

  1. @echo off
  2.  
  3. rem This batch file is executed by the Mathomatic "edit" command.
  4. rem It will execute a DOS editor on a temporary file created by Mathomatic,
  5. rem and then return you to Mathomatic.
  6. rem The temporary file is deleted upon successful loading by Mathomatic.
  7.  
  8. if XX%2 == XX goto out
  9.  
  10. rem Change "edit" in the following line to the name of your favorite editor.
  11. edit %1
  12. %2 %3 %1
  13. goto end
  14. :out
  15. echo This program can only be executed from within Mathomatic.
  16. :end
  17.